home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
3
/
DISK2032.ZIP
/
GSCREEN.H
< prev
next >
Wrap
Text File
|
1990-09-01
|
1KB
|
36 lines
/*--------------------------------------------------------------
* File: GSCREEN.H
* Description: Screen attribute definitions to simplify
* color interface for MPLUS library.
*
* Developed for the MPLUS Graphic Interface Library
* Copyright (c) 1989 by Michael Yam
*-------------------------------------------------------------*/
/*---------------------------------------------------------*
* The following are for EGA, VGA graphics modes *
*---------------------------------------------------------*/
#define BLACK 0x00
#define BLUE 0x01
#define GREEN 0x02
#define CYAN 0x03
#define RED 0x04
#define MAGENTA 0x05
#define BROWN 0x06
#define WHITE 0x07
#define GREY 0x08 /* for the British in you */
#define GRAY 0x08
#define LIGHTBLUE 0x09
#define LIGHTGREEN 0x0A
#define LIGHTCYAN 0x0B
#define LIGHTRED 0x0C
#define LIGHTMAGENTA 0x0D
#define LIGHTYELLOW 0x0E
#define BRIGHTWHITE 0x0F
/*-------------------------------------------------------------*
* End of GSCREEN.H *
*-------------------------------------------------------------*/